Skip to main content

Upload a quest image

POST 

/quests/:quest_id/image

This endpoint will return a presigned url to upload a quest image. It will also set the quest image for the quest. Note: Quest id follows format {quest_id}_{owner}

Request

Path Parameters

    quest_id stringrequired

Responses

Successful operation

Schema

    presignedUrl string
    imageUrl string
Loading...